I am also trying to embed the Featured Image to the left of my events in list view. I extracted the image code referenced in the tutorial above:
<div class=”tribe-events-event-thumb”><?php echo the_post_thumbnail(array(90,90));?></div>
but it does not load the featured image. I also tried to use: <?php echo tribe_event_featured_image(); ?> and that still does not work. Seemed pretty easy in the tutorial.