Open file "skin1/customer/main/subcategories.tpl", find next line:
PHP Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}{$current_category.description}<p />{/if}
And to replace those lines with this code
PHP Code:
{if ($navigation_page eq "")||($navigation_page eq "1")}
<img src="{if $current_category.icon_url}{$current_category.icon_url}{else}{$xcart_web_dir}/image.php?id={$cat}&type=C{/if}" alt="" />
{$current_category.description}<p />{/if}