Woops! Looks like there's a minor bug in our XML file for Joomla 2.5. Please edit the /modules/mod_sclogin/mod_sclogin.xml file. At line 113, you'll see:
</fieldset>
<field name="loginButtonSize" type="list" label="Login Button Size"
description="Size of the Login buttons" default="medium">
<option value="small">Small</option>
<option value="medium">Medium</option>
<option value="large">Large</option>
<option value="xlarge">XLarge</option>
<!-- <option value="icon">Icon only</option>-->
</field>Move that <fieldset> tag at the top to the bottom, so it's after that block.
Hopefully, that should let you see the option. Obviously, this will be fixed in the next release, but let us know that that works for you, please!
Thanks,
Alex