osCommerce is absolute garbage and should not be used under any circumstances. Its weak modularity and lack of code/markup separation means most modifications - or even just changes to the bland default appearance - involve manually editing code files. That makes it way too easy to introduce a pesky error or nice big security hole into your store when all you really want to do is change the shopping cart icon or something. I can't help but cringe whenever my boss wants me to work with it at work. Hell, I personally refuse to shop at any online store using osCommerce because there's just no way I would trust such a garbage system with handling my credit card info.
I haven't used ZenCart personally, but since it's based on osCommerce, I can't imagine it's much better - you can only polish a turd so much.
I played with Magento a bit, but unlike Brett, I found the backflips they were asking us to do to modify the templates to be bizarre. I don't know; maybe things have gotten easier since then. I've heard good things about it, and it seems to be under very active development, so it might be a good choice.
But, being a Drupal developer, I personally prefer that coupled with the Übercart modules. You get a decent web store coupled with all the smarts of Drupal. The Drupal 6 version of Übercart isn't up to snuff yet, so you'll have to use Drupal 5 (or wait a few months), but if you're serious about building both a great site and a great store, Übercart and Drupal are your best choice, in my opinion.
Update since this seems to be a popular answer: In the time since I originally wrote this post, the Drupal 6 version of Ubercart (they dropped the heavy metal umlaut) has matured and become a fine choice. However, along with the release of Drupal 7 has come another solution called Drupal Commerce, headed by the original Ubercart project lead. It's rewritten from the ground up with developers with far more e-commerce experience, so it was able to avoid some of the problems which arose from Ubercart's more organic development. On the other hand, it, along with Drupal 7, can be rather complex and daunting for newbies to work with, both in terms of configuration and back-end stuff and writing code to integrate with it. I still highly recommend it, though.