Firstly get the current category image with the help getImage function for the category and echo in img tag.
Here is code...
$categoryImage = Mage::getModel('catalog/layer')->getCurrentCategory()->getImage(); ?>
<img src="<?php echo Mage::getBaseUrl('media').'catalog/category/'.$categoryImage ?>" />
Labels: Magento