Does your theme support thumbnails? Originally mine didn't (even though I was running on WP 3.1, my theme didn't support it). So I had to add
add_theme_support( 'post-thumbnails' );
to the top of my functions.php file (see http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/ for more info).
After that (and after removing the 's' from 'thumbnails'!), it all worked. :) Good luck.
It looks like you're new here. If you want to get involved, click one of these buttons!