I have edited plugin code and got it working.
In function SEOSuperComments_author_link()
Lines after below are unreachable and code is not making sense to me.
if ($comcount<$mincomcount)
return strip_tags($link);
else return $this->strip_nofollow($link);
So I have commented above 3 lines of code.