Hm... Try next:
1. Open file /components/com_jcomments/tpl/default/tpl_comment.php
2. Replace code:
if (isset($comment)) {
with
if (isset($comment)) {
global $mainframe;
$text = $comment->comment;
$mainframe->triggerEvent('onSmiley_RenderText', array (& $text) );
$comment->comment = $text;