If you are using the FatFreeCart.com service, each item's Add to Cart button code has an INPUT tag for "currency_code", which you would set to SGD like so:
<input type="hidden" name="currency_code" value="SGD"/>
Make sure you do this for EVERY product's Add to Cart code.