You can add the Sociable buttons anywhere in your template by putting this where you want them:
<?php if (function_exists(‘sociable_html’)) {
echo sociable_html();
} ?>
Sign into your WordPress admin Panel, click on Design, click on Theme Editor, click on Sidebar.php. You should be able to paste your code near the bottom of that file.
Is it giving you any errors?