It probably depends on the specific wear-leveling algorithms used by your SSD.
An ideal write-leveler would keep tabs on pages that have been rarely (re-)written to periodically swap those out with more heavily worn ones and in this case, a spare partition would make no difference other than depriving you of 3GB extra space to work with since 3GB worth of rarely used files would get managed just the same as the spare partition would as far as the SSD's wear-leveling is concerned.
A less ideal write-leveler might rearrange pages only when an actual write occurs on them and pick less heavily worn pages when having to rewrite stuff. In this case, the extra 3GB may get under-used.
Defragging a SSD is usually not recommended since it...