Yep,
In the PHP code for the sidebar (or the widget) underneath the title code for the posts, which looks something like this:
<?php the_title(); ?>
Add this:
<?php the_excerpt(); ?>
If you have an excerpt set, it’ll use that, if not, it’ll use the first 55 characters of your post. You can wrap the tag in whatever CSS you have to format the look.
Hope this helps,
KK